Welcome![Sign In][Sign Up]
Location:
Search - post get

Search list

[Internet-NetworkCPPNPv2C_Samples

Description: 用于向网站POST/GET的一个工具.可以向网站POST/get数据,同时可以看网站上的内容.-used to the site POST/GET a tool. To website POST/get data and can be seen on the website content.
Platform: | Size: 358400 | Author: 躺比声 | Hits:

[Internet-NetworkHTTPGetPost

Description: This article presents a utility that lets you retrieve raw information from web servers using HTTP s GET and POST commands. 解压后其中一个是源文件,另一个是demo 阅读代码相关参考: http://www.rfc-editor.org/ http://www.codetools.com/index.html-This article presents a utility that lets y ou retrieve raw information from web servers us ing s HTTP GET and POST commands. unpacked which is a source document, another demo code reading relevant reference : http :// www.rfc-editor.org/ http :// www.codetools.com/index.html
Platform: | Size: 61440 | Author: 陈丽萍 | Hits:

[Sniffer Package captureWebProxyinfo

Description: 网络通信类。post,get 信息到服务器,并返回html。-network communications category. Post, get information to the server, and return to html.
Platform: | Size: 1024 | Author: jason | Hits:

[Browser ClientHS_HTTP_Client

Description: 本程序是用Sockets编写的HTTP客户程序实例,它具有三个基本的命令:GET、HEAD、POST,可以和我前一次发的HTTP服务器进行测试。-this procedure is used to prepare the HTTP Sockets clients example, It has three basic commands : GET, HEAD, POST, and before I could once when the HTTP server for testing.
Platform: | Size: 1784832 | Author: 侯爽 | Hits:

[Software EngineeringdingdanHTML

Description: 送表单数据的方法,有两种方法“get”"post"。GET是将FORM的输入信息作为字符串附加到action所设定的URL后面,中间用”?“隔开,每个表单域之间用”&“隔开,然后把整个字符串传送到服务器端。 使用GET方法所得到的信息不能很多,一般在4000字符左右,而且不能含有非ASCⅡ码字符,并且在浏览器的地址栏中将以明文的形式显示表单中的各个表单或值。POST是将FORM的输入信息进行包装,而不用附加在action属性的URL之后,其传送的信息数据量基本上没什么限制。-send form data, and that there were two ways to "get" and "post." GET FORM is the importation of additional information as a string of action set by the URL, Middle "?" separated, each domain forms between "&" off, then the entire string sent to the server. GET method used to be not a lot of information, usually in about 4,000 characters, and must not contain non-ASCII code characters in the browser address bar will be shown explicitly in the form of various forms of form or value. FORM POST is the importation of information packaging, instead attached to the URL of the action attribute, the transmission of its information data basically no restrictions.
Platform: | Size: 3072 | Author: zmx | Hits:

[Internet-NetworkHTTPserver

Description: 用VC编写的基于MFC的HTTP服务器,提供一般的请求命令(POST,GET...)-VC prepared with the MFC-based HTTP server, the request to provide general order (POST, GET ...)
Platform: | Size: 47104 | Author: | Hits:

[Delphi VCLDelphi-getpost

Description: Delphi-get,post,示例.rar-Delphi-get, post, example. Rar
Platform: | Size: 212992 | Author: lyc | Hits:

[Internet-Networkhttp

Description: HTTP客户端例子程序 用HTTP协议与WEB网站通信,实现基本的GET/POST消息交互。 主要功能: GET 网站上的页面、下载JPG文件等 POST 表单,包括上传文件。 分析部分常用的返回信息 主要用途: 实践GET/POST消息交互,根据网站的内容具体修改可以定制成专用的接口程序。 主要函数都没有用MFC,可以轻松移植到嵌入式系统。-HTTP client example program using HTTP protocol and WEB site communications, and realize the basic GET/POST interactive news. Main functions: GET on the site page, download JPG files a form POST, including upload files. Analysis of some commonly used to return information on the main purposes: the practice of GET/POST interactive news, according to site specific changes to the content can be customized into a dedicated interface program. The main functions are not used MFC, can be easily ported to embedded systems.
Platform: | Size: 56320 | Author: | Hits:

[TCP/IP stackryeolhttpclient_src

Description: CHttpClient的目的是用于简化WinInet的API,用于和HTTP服务器进行交互。可以使用HTTP GET向HTTP服务器发送请求(用于请求一个URL对应的内容),使用HTTP POST想HTTP服务器发送数据(用于传递文件和提交表单),以及处理CHttpResponse回来的数据,另外加入了严格的异常检测。附件里同时包含了一普通版和COM版的源代码。-CHttpClient aim is to simplify WinInet
Platform: | Size: 74752 | Author: 严锐 | Hits:

[Internet-Networkc++_http

Description: 一个c++的http发送类 SendHTTP.c by Jeff Heaton(heatonj@jeffheaton.com), 2000 Source code to GET/POST using the HTTP 1.0 protocol-A c++ Send the http type SendHTTP.c by Jeff Heaton (heatonj@jeffheaton.com), 2000 Source code to GET/POST using the HTTP 1.0 protocol
Platform: | Size: 21504 | Author: k23456 | Hits:

[Internet-Networkchaxuan

Description: 使用POST GET 方式 能查询ip 天气 身份证等的查询-POST GET methods used to query the ID card, such as weather ip query
Platform: | Size: 161792 | Author: 刘佳 | Hits:

[WEB Codedemo

Description: 本代码主要实现封装curl。 将curl统一成一个固定的类文件(PHP5) 方便开发者开发小偷程序和模拟浏览器进行访问。 支持POST、GET方法。 支持随HTTP302自动跳转功能。 支持文件上传。 支持代理。 支持SSL验证。 可以让你很方便地使用PHP的CURL功能。-The main achievement of this code package curl. Unity will curl into a fixed type of document (PHP5) to develop and facilitate the development of procedures and simulation of thieves browser for a visit. Support for POST, GET method. Support with automatic HTTP302 Jump function. Support for file uploads. Support agent. Support for SSL authentication. Can let you easily use PHP
Platform: | Size: 4096 | Author: wasiuk | Hits:

[Internet-Networkhttp_Post_Get

Description: 通过CHttpSession发送Get、Post报文。并可自定义HTTP包头-CHttpSession send through the Get, Post Message. And custom HTTP header
Platform: | Size: 24576 | Author: | Hits:

[Internet-Networklyoulhttpclient

Description: CHttpClient的目的是用于简化WinInet的API,用于和HTTP服务器进行交互。可以使用HTTP GET向HTTP服务器发送请求(用于请求一个URL对应的内容),使用HTTP POST想HTTP服务器发送数据(用于传递文件和提交表单),以及处理CHttpResponse回来的数据,另外加入了严格的异常检测。附件里同时包含了一普通版和COM版的源代码。-CHttpClient are for the purpose of simplifying the WinInet' s API, and HTTP server for interaction. Can use the HTTP GET request to the HTTP server (for request for a URL corresponding to the contents of), want to use the HTTP server HTTP POST to send data (for transmission of documents and submit the form), as well as data back CHttpResponse deal with, and add a strict anomaly detection. At the same time, the annex contains a common version and the COM version of the source code.
Platform: | Size: 1367040 | Author: 王波 | Hits:

[Windows CEInternet

Description: wince 下socket实现的HTTP类,支持post和get-HTTP classes implement by socket,supports POST and GET.
Platform: | Size: 18432 | Author: benzhan | Hits:

[Windows DevelopHTTPrequest

Description: vc++ http post get 请求-vc++ http post get
Platform: | Size: 79872 | Author: 王伟 | Hits:

[JSP/Javasamlpeget-post

Description: 用 GET 或者 POST 来与Java servlet通讯的例子. 对初学者可能有用,来自JavaCore编程。-Use GET or POST to communicate with a Java servlet. The servlet will search a database for the balance of an account.
Platform: | Size: 4096 | Author: dogdig | Hits:

[Web ServerCSharp_Simulation_IIS_SeverGET_POST

Description: 建于: 2010-12-12 作者: kevery / 香門 QQ:214958266 目的: 模拟IIS服务器 当前: 测试模块效果 测试环境:Visual Studio 2005 C# .NET Framework 2.0 windows 7 用途: 建立简单C/B/S模式转输数据. 优点: 采用HTTP方式(方式:POST GET) ,简单,实用. GET方式时,访问未指明的文件名时,默认访问:index.html文件,即默认主页-Built in: 2010-12-12 On: kevery/Hong door QQ: 214958266 AIM: To simulate the current IIS server: test module effects test environment: Visual Studio 2005 C# . NET Framework 2.0 windows 7 uses: to create a simple C/B/S mode switch to transmission data. advantages: The HTTP method (method: POST GET), a simple and practical. GET mode, the access to the file name is not specified, the default access: index.html file, which is the default home page
Platform: | Size: 179200 | Author: 香门 | Hits:

[CSharpCSharphttp-post-get

Description: http post get实例 实际代码显示post get-the source for c# http class
Platform: | Size: 29696 | Author: CCoding | Hits:

[OtherMFCDemo

Description: 初学 POST-GET 功能,http协议的初步学习。(Beginner POST-GET function)
Platform: | Size: 406528 | Author: dotorN | Hits:
« 12 3 4 5 6 7 8 9 10 ... 23 »

CodeBus www.codebus.net